You need to sign in to do that
Don't have an account?
Haing Date format Issue in APEX
Date.Today().MONTH()+'_'+Date.Today().Day()
From the above how can i get the first 3 letters of a month from the current date Date.Today().MONTH() (example: this should be as Nov, as this is Nov 3, 2016)
From the above how can i get the first 2 letters of the day from the current date Date.Today().Day() (example: This should be as 03, as today is Nov 3, 2016).
Can anyone provide their inputs to the code, which would be really helpful.
All Answers
Try this,
Thanks :)