MIDP Version: 2.0
Description: Example of the lcdui.date command. Last updated: Sun Oct 19 10:07:31 +0000 2008 by
davidw
set date [lcdui.date -label "Current date and time:" -date [clock time] -type date_time]
set form [lcdui.form -title "Date Form"]
$form append $date
$form setcurrent