idanzzz Posted October 28, 2013 Posted October 28, 2013 Hi all Just trying to get the current date format looking like the below for Example - 29-OCT-2013 Is there a way of converting current date format into the above format?
Solution mikell Posted October 28, 2013 Solution Posted October 28, 2013 Yes #include <Date.au3> Msgbox(0,"", @MDAY & "-" & StringUpper(_DateToMonth(@MON, 1)) & "-" & @YEAR)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now