Nasimov
Thu 13th Nov '03, 11:04am
How to get year in two digits ? Example for 2003 to get 03 ?
I use:
var year=mydate.getYear()
but this returns four digits year ?
I use:
var year=mydate.getYear()
but this returns four digits year ?
View Full Version : Get year in two digits?