Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-08-22 02:35 PM
Take any date and find the day of it.
------------------------------
Nayana H P
------------------------------
------------------------------
Nayana H P
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-08-22 03:07 PM
@NayanaH_P,
See this recent thread:
https://community.blueprism.com/discussion/day-from-date?ReturnUrl=%2fcommunity-discussions%2fallrecentposts
All you do is replace the call to Now() with whatever DateTime value you need.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
See this recent thread:
https://community.blueprism.com/discussion/day-from-date?ReturnUrl=%2fcommunity-discussions%2fallrecentposts
All you do is replace the call to Now() with whatever DateTime value you need.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-08-22 03:07 PM
@NayanaH_P,
See this recent thread:
https://community.blueprism.com/discussion/day-from-date?ReturnUrl=%2fcommunity-discussions%2fallrecentposts
All you do is replace the call to Now() with whatever DateTime value you need.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
See this recent thread:
https://community.blueprism.com/discussion/day-from-date?ReturnUrl=%2fcommunity-discussions%2fallrecentposts
All you do is replace the call to Now() with whatever DateTime value you need.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-08-22 12:56 PM
Hi Nayana,
While Now() may seem straight forward, it provides you with UTC date and time. In my case, we have CET time and are not tempted to use Now(), instead we might use LocalTime(). Read this link to get more info on this.
------------------------------
Happy coding!
Paul
Sweden
------------------------------
While Now() may seem straight forward, it provides you with UTC date and time. In my case, we have CET time and are not tempted to use Now(), instead we might use LocalTime(). Read this link to get more info on this.
------------------------------
Happy coding!
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)
Paul, Sweden
(By all means, do not mark this as the best answer!)
