Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Filtering Based on the Starttime, EndTime
I am Filtering SharePoint List to display records only for that Day alone. I am Storing StartTime as datetime column in SharePoint in the format dd/mm/yy 00:00 format . In the PowerApps when I use To...
ND_Pard
3 years agoHelper II
Hope this helps.
In Excel, the Today() function returns a number that will return today's date with a time of 12:00 AM; i.e., it returns a whole number without a fraction. Example: 3/27/2023 12:00 AM
The Now() function returns not only the number for today's date, but also a fraction which represents time.
Example: 03/27/2023 5:10 PM
Good Luck.