Misc contains the following functions:
| Function | Description |
|---|---|
dt_to_datestr() |
Return a localized date string for the given DateTime object. |
time_in_ms_to_str() |
Return a string representation of Time in Milliseconds to H:MM:SS.s format |
TimeMsToStr() |
Converts Time in Milliseconds to a formatted string |
time_in_str_to_ms() |
Returns the number of milliseconds represented by a string in H:M:S.s format, or -1 if the string is not properly formatted |
convertMacFilename() |
Mac Filenames use a different encoding system. We need to adjust the string returned by certain wx.Widgets. Surely there's an easier way, but I can't figure it out. |