Hi @Garak0410 ,
use this function to get only time,
Text(thisItem.Date,DateTimeFormat.LongTime)
// This will gives the output as 06:54:30 PM
Text(thisItem.Date,DateTimeFormat.ShortTime)
// This will gives the output as 06:54 PM
Text(thisItem.Date,DateTimeFormat.ShortDate)
// This will gives the output as 05/27/2020
DateTimeFormat will give around 8 functions to formate the date and time in PowerApps.
I hope this resolved your issue if you see any challenge/need further help let me know I am always happy to help.
Regards,
Krishna
If this post helps give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.