Date time formular
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Shaopingfu
7 - Meteor
‎04-22-2024
09:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
4 REPLIES 4
ShankerV
17 - Castor
‎04-22-2024
09:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Shaopingfu
This can be achieved with the help of Formula tool.
IF Left([Date],1) = '4'
THEN 'Yes'
ELSE 'No'
ENDIF
ShankerV
17 - Castor
‎04-22-2024
09:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎04-22-2024
09:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks. Can i have other solution about if Left [Date], 1,="4" . I may have other format of the date, maybe yyyy-mm-dd or yyyy-Apr-dd or dd-mm-yyyy & etc.
15 - Aurora
‎04-22-2024
11:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Shaopingfu ,
You may want to check the solution of this weekly challenge.
#4 Date Parsing
It contains a variety of date formats.
Good luck!
