How can I split the “month” and “day” date into two seperate pieces so I can place them under each other like this:
Leave a Reply
You must be logged in to post a comment.
How can I split the “month” and “day” date into two seperate pieces so I can place them under each other like this:
You must be logged in to post a comment.
To obtain the current day you can:
and for current month:
in a short textual representation of a month, three letters:
But if you have the date already in a string variable you can for day:
and for month:
For complete references of the functions: