[Solved] DateTime - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Solved] DateTime (/showthread.php?tid=63269) [Solved] DateTime by go2hell on 07-14-2006 at 06:43 PM
I have a problem in setting the value of an DateTimeControl from within the script. Any idea if it is possible? code: where the date format is same as the custom format i specified in the xml: dd-MM-yyyy. Thanks for your help ---------- first part solved, the bug remains --------------- (Also i believe there is a bug with hidden controls because if I change their value they get visible again, and i couldn't find a way to set the control visible attribute to false again) RE: [HELP] DateTime by matty on 07-14-2006 at 06:59 PM
Eljay's reply to DateTimeControl quote:You can use the Windows API code: RE: [Solved] DateTime by go2hell on 07-14-2006 at 10:03 PM Thank you, I'll try that. |