How to compare glide date and glide date time fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2017 02:02 AM
Hi,
I have two fields glide date(Start Date,End Date) and glide date time(Process Date) fields.
If the fields are having the dates as below am trying to fetch the records which has the condition Process Date > Start Date and Process Date < End Date
Ex:
Start Date - 1:10:2017 End Date - 31:10:2017
Process Date - 31:10:2017 11:59:59
I am able to get all the records which has the date between 1:10:2017 and 31:10:2017 except the last day of the month (Ex: 31:10:2017 10:00:00)
Please suggest the possible ways to get those records as well.
Thanks in Advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2017 02:26 AM
then you can convert all the 3 date fields later you can pass your query condition