-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x-editable datepicker not working #18
Comments
Bro if fixed this problem please give me solution . |
man. Really learn how to copy paste code to github with highlighted syntax. Easier to read. Can you try something like 'value' => date('Y-m-d', 12345), |
bro i tried using this code 'value' => date('Y-m-d', 12345), and 'value' => date('Y-m-d',strtotime($val->transactionDate)), 'value'=>'2015-02-04', 'value'=>2015-02-04, but still display this error Invalid path alias: @xeditable/assets/ |
Bro please give me solution |
display this message
A non well formed numeric value encountered
this is my code
$val, 'placement' => 'right', 'pluginOptions' => [ 'name' => 'transactionDate', 'value' => date('Y-m-d',$val->transactionDate), 'format' => 'yyyy-mm-dd', 'viewformat' => 'dd/mm/yyyy', 'datepicker' => [ [ 'weekStart' => 1 ] ], ] ]); ?>The text was updated successfully, but these errors were encountered: