TimeUtil
use TimeUtil;
use TimeUtil qw(:all);
TimeUtil module provides the following functions:
CTimeStamp, FPFileTimeStamp, ISO8601Date, ISO8601Time, ISO8601TimeStamp, MonthNameToNumber, MonthNumberToAbbreviatedName, MonthNumberToFullName, PDBFileTimeStamp, SDFileTimeStamp, TimeStamp, WeekDayNameToNumber, WeekDayNumberToAbbreviatedName, WeekDayNumberToFullName
Returns CTimeStamp string using the following format: WDay Mon MDay HH:MM:SS YYYY
Returns fingerints FP file time stamp string for MayaChemTools package. It corresponds to CTimeStamp.
Returns ISO8601 Date string using the following format: [YYYY]-[MM]-[DD]
Returns ISO8601 Time string using the following extended format: [hh]:[mm]:[ss]
Returns ISO8601 TimeStamp string using the following extended format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]
Return month Number for full month Name or three letter abbreviated month Name.
Returns three letter AbbrevMonthName for month Number.
Returns full month Name for month Number.
Returns PDB file TimeStamp using the following format: DD-MMM-YY
Returns SD file TimeStamp using the following format: MMDDYYHHMM
Returns deafult TimeStamp for MayaChemTools. It corresponds to CTimeStamp.
Returns week day Number from full week day Name or three letter abbreviated week day Name.
Returns three letter abbreviates week day Name for week day Number.
Returns full week day Name for week day Number.
Copyright (C) 2024 Manish Sud. All rights reserved.
This file is part of MayaChemTools.
MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.