.. _f-converthelper: module ``loghelper.convert_helper`` =================================== Short summary +++++++++++++ module ``pyquickhelper.loghelper.convert_helper`` Various functions about conversions. :githublink:`%|py|6` Functions +++++++++ +----------------------------------------------------------------------------------------------+-----------------------------------------------------+ | function | truncated documentation | +==============================================================================================+=====================================================+ | :func:`datetime2str ` | Converts a datetime into a string. | +----------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :func:`str2datetime ` | convert a string into a datetime object, it can be: | +----------------------------------------------------------------------------------------------+-----------------------------------------------------+ | :func:`timestamp_to_datetime ` | convert a timestamp into a datetime | +----------------------------------------------------------------------------------------------+-----------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.loghelper.convert_helper :members: :special-members: __init__ :show-inheritance: