get_presentation_log_date
- bidsaid.parsers.get_presentation_log_date(log_filepath, include_time=False)[source]
Gets the date and time from a Presentation logfile.
Parameters
- log_filepath
strorPath Path to the Presentation log file (i.e text, log, Excel files).
- include_time
bool If true, returns the time the file was created
Returns
- str or tuple[str, str]
A string of the date if
include_timeis False else a tuple of the date and time the logfile was generated.
- log_filepath