|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
DateTime formatHi I’ve put a Win32::GUI::DateTime control on a GUI application I’m putting together but I’m a bit stuck on how to use SetFormat(). Can someone point me to a reference that outlines the various format strings that can be used to present the date? In particular, I’d like to have the date presented as 01-June, say.
Thanks Education is the best provision for the journey to old age. Aristotle
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users http://perl-win32-gui.sourceforge.net/ |
|
|
Re: DateTime formatHi, The strings below are some of the formats that I have used: 'dd MMM yyyy' 'MM/dd/yyyy' 'dd/MM/yyyy' 'yyyy MM dd' 'yyyyMMdd' 'dd MMM yyyy HH:mm:ss' 'MM/dd/yyyy HH:mm:ss' 'dd/MM/yyyy HH:mm:ss' 'yyyy MM dd HH:mm:ss' 'yyyyMMdd HH:mm:ss' Cheers, Jeremy. ________________________________ Date: Sun, 1 Jun 2008 23:27:57 +1200 From: RowlandsB@... To: perl-win32-gui-users@... Subject: [perl-win32-gui-users] DateTime format Hi I’ve put a Win32::GUI::DateTime control on a GUI application I’m putting together but I’m a bit stuck on how to use SetFormat(). Can someone point me to a reference that outlines the various format strings that can be used to present the date? In particular, I’d like to have the date presented as 01-June, say. Thanks Brian Rowlands Education is the best provision for the journey to old age. Aristotle _________________________________________________________________ http://clk.atdmt.com/UKM/go/msnnkmgl0010000002ukm/direct/01/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@... https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users http://perl-win32-gui.sourceforge.net/ |
| Free Forum Powered by Nabble | Forum Help |