EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Opan Mustopah on December 07, 2014, 07:36:54 PM



Title: cannot load value to datebox in form
Post by: Opan Mustopah on December 07, 2014, 07:36:54 PM
hello again,

why i cant load value to datebox in a form?
i already do this:
Code:
$("#dlg_user_profile").form('load',{
user_name: user.user_name,
themes: user.themes,
email: user.email,
mobile: user.mobile,
twitter_account: user.twitter_account,
birthdate: user.birthdate  // <=== easyui-datebox input
});

but when i check, datebox value become date today? how to solve this issue?

thanks in advance