Minutes & Seconds functions

Hello
Can you please show me how to use hours & minutes & seconds function
I need to extract these information from a date
Similar to year / month / day
Thx

Hi @jessejames3
Assuming your date field is called datetime (in my example I set this as a date wth SQL datetime as the type) then simply use:
datetime.hour
datetime.min
datetime.sec
respectively. An example is here: https://www.mockaroo.com/451045f0