Aaron
|
| Posted: 08/06/2002, 9:26 AM |
|
Does anyone know how I can format the dates that are displayed on my site. It seems that the default format is YYYY-MM-DD HH:MM:SS. I want to be able to display some of the dates as MM/DD/YY, and in other places show things as HH:MM. I am using JSP with Templates.
Thanks,
|
|
|
 |
Sarah
|
| Posted: 08/06/2002, 9:55 AM |
|
This may help. http://www.gotocode.com/art.asp?art_id=132&
|
|
|
 |
Ron
|
| Posted: 08/07/2002, 5:44 AM |
|
Aaron,
in case you're working with CCS you can handle date format easy. Select (or type in) proper db date format in server side connection settings and select display date format (in Project settings) for whole site. Then you can select Date type for the field and select/type in desired display format in Format field.
|
|
|
 |
|