how to set Days,Hours,Minutes,Seconds of a Date/Time field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 03:26 AM
Hi,
I have the field u_date of type Date/Time.
How can I add days to this field and set the hours,minutes, and second to what I want.
For example:
u_date = 12/05/2024 15:00:00
add 2 days, set hours, minutes and seconds to: 16:30:22
u_date = 14/05/2024 16:30:22
thank, Shir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 03:41 AM
You can use below code to achieve this,
This will definitely helps you to resolved your issue. Let me know in case you need to understand the flow or you can DM on LinkedIn.
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 03:45 AM
I just want to add the days. I want to set the minutes and seconds by myself without adding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 03:47 AM
So, in that case you can use only u_date.addDaysUTC(2); //Add 2 days to the date. This will add 2 days
This will definitely helps you to resolved your issue. Let me know in case you need to understand the flow or you can DM on LinkedIn.
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 03:54 AM - edited 05-12-2024 03:55 AM
Hi @Shir Sharvit ,
Wanted to know more on the requirement, can you please tell me how are you going to take input, like how many days to add?
Do you have a field to store this or any script which invoked a popup to take input for number of days??
Thanks & Regards,
Sanjay Kumar