Search

Get Minutes

Last Updated: May 10, 2022

Articles

Use this function to fetch the number of minutes. Provide input in standard python date-time format (%Y-%m-%d %H:%M:%S.%f).

Syntax

Get Minutes (date_time)

Parameters

Input Parameter Name Description
date_time Date to fetch the number of minutes
To know more about Date Format, click here.

Returns

Return value Description
Minutes Returns minutes from the input date

Sample

Get Minutes (2021-03-11 20:06:40.678866)

  • Fetches minutes from the date 2021-03-11 20:06:40.678866.
    Returns 06.

To view all the Date functions, click here.

Did you find what you were looking for?