|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
now() format. need another format
Hello
now() gives a mm/dd/yyyy format and I want a dd/mm/yyyy. Thanks anyone
__________________
atferraz |
|
#2
|
|||
|
|||
|
if you just write now(), it follows your server datetime format. Either change your server format OR you can use this as a function. date is a reserved word!
Code:
day(date) & "/" & month(date) & "/" & year(date)
__________________
Hope this helps. Mike Royal Selangor Pewter "I have not failed. I've just found 10,000 ways that won't work." - Thomas Alva Edison (1847-1931) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > now() format. need another format |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|