Can I just have the date displayed without the time in the javascript popup calendar
Return to Recent Questions
Q:
Can I just have the date displayed without the time in the javascript popup calendar
A:
You cannot hide time from the calendar templates.
But you can chose the output data format.
See more info:
http://www.calendardatepicker.com/parameters.html#param
calendarDatePicker.handlers( ['txt', 'txt', {type : 'date', format: '%d-%m-%Y'}] );
The result will be: 12-02-2009
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 29, 2006 - When I purchse your javascript select menu, does this include any future updates?
- Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
- Dec 31, 2006 - Is there a way to use the javascript floating bar without generating the warning?
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 17, 2007 - The javascript popup code gives the (first) menu of the top menu.
- April 24, 2007 - I want to know if javascript context menu can be displayed?
- April 27, 2007 - I can't validate my pages with W3C or WDG validators using javascript menu vertical
- June 06, 2007 - I am trying to change the Width for only one javascript popup menu item...
|