简体   繁体   中英

Anytime Picker: Month table is not in a table form, but its inline downwards

im using the current css and js from http://www.ama3.com/anytime/

Basically the month table is not suppose to look like this. Some how it displays inline downwards. Can i get some help with this. Im thinking it should be the CSS that is the problem. Thanks

anytime.5.0.5.css anytime.5.0.5.js

See here: 在此处输入图片说明

String selectTime ="chooseTime";

var anytimeFormat = "%d/%m/%Y %H:%i:%s";
var anytimeFormatConverter = new AnyTime.Converter({format:anytimeFormat}); 

AnyTime.picker( "<%=selectTime%>", { 
    format: anytimeFormat, 
    firstDOW: 1
});

<input id="chooseTime" name="chooseTime" type="text" maxlength="16" size="16" value=""> &nbsp;(DD/MM/YYYY HH:mm:ss)<br />

Problems like that are typically caused by a missing or incorrect DOCTYPE declaration. Did you try following the Troubleshooting Tips at http://www.ama3.com/anytime/#tips ?

For faster help, please email me by clicking Contact in the menu at the top of that page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM