Just want to covert Jan to 01 (date format)
I can use array() but looking for another way...
array()
Any suggestion?>
If you are using moment.js:
moment().month("Jan").format("M");