20#ifndef DATETIME_API_H__
21#define DATETIME_API_H__
24#if wxCHECK_VERSION(3, 1, 6)
25#include <wx/uilocale.h>
30extern wxString g_datetime_format;
60wxString toUsrDateTimeFormat(
61 const wxDateTime date_time,
63#
if wxCHECK_VERSION(3, 1, 6)
65 const wxUILocale& locale = wxUILocale::GetCurrent()
Standard, mostly strings utilities.
wxString getUsrDateTimeFormat()
Return the date/time format to use when formatting date/time strings.
PlugIn Object Definition/API.