Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format of the date function in Java Script
Message
From
08/10/2001 20:02:37
Fausto Garcia
Independent Developer
Lima, Peru
 
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00565399
Message ID:
00565752
Views:
25
Hi,

If you need a solution in javascript this may help you:
var lcDate,ld;
ld = new Date();
lcDate = ld.getDay()+"-"+ld.getMonth()+"-"+ld.getYear();
It's based on Ahmad's solution in vbscript.

Regards,
Solo se que nada se

Fausto J. Garcia Pino - MCSD.NET
.NET, Oracle, Tronador & Fondismo!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform