Ken Hardwick
|
| Posted: 04/01/2002, 10:02 AM |
|
FYI....
My article on another Popup Calendar is now available.
This one has a real nice java calendar that is extremely easy to
implement/add to your forms/fields.
http://www.gotocode.com/art.asp?art_id=156&
|
|
|
 |
Brian Bermingham
|
| Posted: 04/03/2002, 9:28 AM |
|
Nice calendar Ken
Do you have a variation that returns the date in the format DD/MM/YY rather than MM/DD/YY or can you suggest where to modify the code?
|
|
|
 |
Ken Hardwick
|
| Posted: 04/03/2002, 9:33 AM |
|
Date format...in fact, I had to modify the Date format from the original
java files that I had downloaded...
You may just need to download the following zip... http://www.softcomplex.com/products/tigra_calendar/tspicker_by_ostoic.zip
and replace my java file with the one in it. They were originally in international format and I had modified the java code to convert to U.S. format.
Also, on the http://www.softcomplex.com/products/tigra_calendar/ site
there some other on available in different formats...???
Glad you liked the calendar...Ken
|
|
|
 |
Brian Bermingham
|
| Posted: 04/03/2002, 9:42 AM |
|
Thanks Ken
I'll try that an let you know.
Brian
|
|
|
 |
hritzer
|
| Posted: 04/03/2002, 11:21 AM |
|
Ken, not that it really matters but you are talking here about JavaScript instead of Java. Looks similar but the first is a scripting language while that latter is a full blown platform (incl. the language). I hope you don't mind 
Helmuth
|
|
|
 |
Brian Bermingham
|
| Posted: 04/03/2002, 1:30 PM |
|
Ken
I had a look at http://www.softcomplex.com/products/tigra_calendar/ site, they have some good menu's as well.
Your timestamp_picker_US.js had the european format functions already in it I just changed the two lines containing dt2dtstr4x to dt2dtstr4xA
Excelent, saved me a lot of time. Thanks
|
|
|
 |