Searched refs:FormatISODate (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp533 wxDateTime::Today().FormatISODate().c_str());
557 event.GetDate().FormatISODate().c_str());
563 s.Printf(wxT("Selected date: %s"), event.GetDate().FormatISODate().c_str());
706 m_text->SetValue(dt.FormatISODate());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/debugrpt/
H A Ddebugrpt.cpp363 file.Write(dt.FormatISODate() + _T(' ') + dt.FormatISOTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp133 % wxDateTime::Now().FormatISODate()
H A DStatTree.cpp592 (CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime());
603 result = CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime();
H A DLogger.cpp227 wxString stamp = wxDateTime::Now().FormatISODate() + wxT(" ") + wxDateTime::Now().FormatISOTime()
H A DFileDetailDialog.cpp132 bufferS = last_seen.FormatISODate() + wxT(" ") + last_seen.FormatISOTime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex330 \helpref{FormatISODate}{wxdatetimeformatisodate} and
362 \helpref{FormatISODate}{wxdatetimeformatisodate}\\
1282 \membersection{wxDateTime::FormatISODate}\label{wxdatetimeformatisodate}
1284 \constfunc{wxString }{FormatISODate}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp31 ostr << dt.FormatISODate() << " " << dt.FormatISOTime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1083 wxString FormatISODate() const { return Format(wxT("%Y-%m-%d")); } function in class:wxDateTime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp161 s << _T("Date:\t") << dt.FormatISODate() << '\n';

Completed in 109 milliseconds