Home » U++ Library support » CalendarCtrl » DropDate problem?
DropDate problem? [message #25912] |
Fri, 19 March 2010 11:09 |
coolman
Messages: 117 Registered: April 2006 Location: Czech Republic
|
Experienced Member |
|
|
Hello.
I've got problem with DropDate function. When I select new date from Calendar I got invalid date. Calendar returns Time instead of Date.
How can I solve this problem?
Thanks, Radek
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
TopWindow win;
DropDate dd;
dd <<= GetSysDate();
win.Add(dd.HSizePos().TopPos(0, Ctrl::STDSIZE));
win.Run();
}
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 00:45:57 CET 2024
Total time taken to generate the page: 0.03734 seconds
|