Closed aidanheerdegen closed 4 years ago
Closes #201
Made dedicated parse_datetime and format_datetime routines to enforce consistent datetime <> string conversions.
parse_datetime
format_datetime
Added .data method to DatabaseExplorer and ExperimentExplorer to provide a consistent way to access data loaded through the gui elements.
.data
DatabaseExplorer
ExperimentExplorer
The .data() method is important for clean access to the loaded data and I wanted to add that before releasing the explorer elements.
.data()
Thanks for all the good suggestions @angus-g. Happy to approve that now?
Closes #201
Made dedicated
parse_datetime
andformat_datetime
routines to enforce consistent datetime <> string conversions.Added
.data
method toDatabaseExplorer
andExperimentExplorer
to provide a consistent way to access data loaded through the gui elements.