Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Community,
I have field EntryDateTime (15/03/2016 10:40:45)
How can i use only the hour ?
My client wants to chose From - To Hour in his selection
I add the app, the problem is when i choose from the var date From date - To date
And press apply i dont get all the selection
To get minute you can try this:
Time(Frac(EntryDateTime, 'hh:mm')
Can you check if the selection is now working in your attached sample?
May be use Hour() function
Hour(EntryDateTime) as Hour
Thx @Sunny TBut i get only round hour if i need also the min ?
E.g 10:25
try
=Hour(Datefield)
To get minute you can try this:
Time(Frac(EntryDateTime, 'hh:mm')
Can you check if the selection is now working in your attached sample?
Amazing thank you so much !!!
How can i make From Hour To Hour Free selection to the user, That will impact the EntryDateTime ?
Hour to Hour free selection?
Yes
I don't understand what you mean by Hour to Hour selection. Can you may be elaborate?