X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fdatetimez%2Fdateparse_utils.py;h=47cca3cdb81a5156ee32d5c34bb730c3f7c9af40;hb=278d163705facc2276cd464414fb490ef6af50ab;hp=7e8b6d6d01f71fd8f2178b3a9c0d549371551807;hpb=c256f84c53368730ee07c26dc29d3a66456501c0;p=pyutils.git diff --git a/src/pyutils/datetimez/dateparse_utils.py b/src/pyutils/datetimez/dateparse_utils.py index 7e8b6d6..47cca3c 100755 --- a/src/pyutils/datetimez/dateparse_utils.py +++ b/src/pyutils/datetimez/dateparse_utils.py @@ -81,9 +81,13 @@ Parse dates / datetimes in a variety of formats. Some examples: | 2021/04/15 at 21:30:44.55EST | 13 days after last memorial day at 12 seconds before 4pm -This code is used by other code in the pyutils library; for example, -when using :file:`argparse_utils.py` to pass an argument of type -datetime it allows the user to use free form English expressions. +This code is used by other code in the pyutils library such as +:meth:`pyutils.argparse_utils.valid_datetime`, +:meth:`pyutils.argparse_utils.valid_date`, +:meth:`pyutils.string_utils.to_datetime` +and +:meth:`pyutils.string_utils.to_date`. This means any of these are +also able to accept and recognize this larger set of date expressions. See the `unittest `_ for more examples and the `grammar `_ for more details. """