pandas.Timestamp.strftime¶
- Timestamp.strftime(format)¶
Return a string representing the given POSIX timestamp controlled by an explicit format string.
- Parameters
- formatstr
Format string to convert Timestamp to string. See strftime documentation for more information on the format string: https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior.