I need the days of the week (Mon, Tue, Wed ...). getDay() returns numbers from 1 to 31, contrary to what it is suposed to do, as described in EFS function reference. The Date() object returns a string, where the first 3 characters are what I need. How to parse this string?;
" substr(string, start, length)" is not recognized by EFS2 engine.
Any suggestions how to get the day of the week as a number from 0 to 7 or a string or both?
" substr(string, start, length)" is not recognized by EFS2 engine.
Any suggestions how to get the day of the week as a number from 0 to 7 or a string or both?
Comment