Get String in YYYYMMDD format from JS date object?
- by IVR Avenger
Hi, all.
I'm trying to use JS to turn a date object into a String in YYYMMDD format. Is there an easier way than concatenating Date.getYear() Date.getMonth(), and Date.getDay()?
Thanks,
IVR Avenger