Forum Discussion
Anonymous
4 years agoNot applicable
Data output
Hi everyone, Can anyone help me code, im trying to get my value from the last day of each month at 1130 PM. Im unsure how to code to find the last day of each month Thank you.
- 4 years ago
Anonymous , For new column, for any date you want to know last date of month
New column = eomonth([date], 0)
for today // you can use today in new column
New column = eomonth(today(), 0)
amitchandak
4 years agoSuper User
Anonymous , For new column, for any date you want to know last date of month
New column = eomonth([date], 0)
for today // you can use today in new column
New column = eomonth(today(), 0)
Anonymous
4 years agoNot applicable
works for me thankuu