Forums | Mahara Community
Developers
/
calendar is not popup
03 June 2010, 6:32
hello
when i m trying to make calendar for date in employement history section of the myresume page
it is not popup
what shoul i change in my code ??
mycode is....
'date' => array(
'type' => 'calendar',
'caloptions' => array(
'showsTime' => false,
'ifFormat' => '%Y/%m/%d'
),
'title' => get_string('date', 'artefact.resume'),
'help' => true,
),
can any body help me ??