Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Fonlovedog207
Contributor
Contributor

How to get number of day

Hi all,  I want to get number of day

example  15/12/2022  is  "4"

sun=0
mon=1
tue=2
wed=3
thu=4
fri=5
sat=6
Labels (4)
1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like 

=WeekDay(Today())*1

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

Try like 

=WeekDay(Today())*1

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Fonlovedog207
Contributor
Contributor
Author

THANK YOU VERY MUCH