Last Updated: May 10, 2022
Use this function to fetch the number of minutes. Provide input in standard python date-time format (%Y-%m-%d %H:%M:%S.%f).
Get Minutes (date_time)
Input Parameter Name | Description |
---|---|
date_time | Date to fetch the number of minutes To know more about Date Format, click here. |
Return value | Description |
---|---|
Minutes | Returns minutes from the input date |
Get Minutes (2021-03-11 20:06:40.678866)
To view all the Date functions, click here.