In Javascript I want to be able to create a string for a date. I would like to use the format
dd-MMM-yyyy
- I would like the dd part to change between 1 and 29 every time I create the variable (I'm using a loop)
- the MMM is set to Jan
- the yyyy to 1999
Can someone help by giving me advice on how I can do this?