Expression to select first day of month

inaaya.sami

New Member
Hi,

Can anyone suggest what is the expression used for selecting first date of current month? For example if i am searching for 01-07-2019 what is the expression

Thanks.
 

gil.silva

Active Member
Hello inaaya,

If you pretend to get the first day of the current month, for instance, you can use the following expression in the Calculation stage:
Expression: FormatDate(Today(), "01/MM/yyyy")

If you need something more complex, let me know.
 

yalugotikishore

New Member
Hello inaaya,

If you pretend to get the first day of the current month, for instance, you can use the following expression in the Calculation stage:
Expression: FormatDate(Today(), "01/MM/yyyy")

If you need something more complex, let me know.
hi

last day of month is 31 r 30 how to find exact date on expression
 
Top