Resolved! How to get the name of previous month with year (no time required) using javascript or any other method
I need to get the name of previous month with year (no time required) .My requirement is to display it on scheduled report subject.Like for example : writing this on the subject javascript:"This report is for " + gs.now(); it displays the curre...