M
Max
I need a little javascript function that returns the date of today in the
format dd/mm/yyyy
example:
September 2, 2003 ==> 02/09/2003
For control reasons, it cannot be 2/9/2003 or 02/9/2003 or 2/09/2003 but
only 02/09/2003
December 14, 2003 ==> 14/12/2003
Thanks
format dd/mm/yyyy
example:
September 2, 2003 ==> 02/09/2003
For control reasons, it cannot be 2/9/2003 or 02/9/2003 or 2/09/2003 but
only 02/09/2003
December 14, 2003 ==> 14/12/2003
Thanks