How to get the value of the JS time plug-in

done:function (value) {

alert(value);

}
this can pop up the selected date. I need to save this value to the database. How can I get this value?
has not used the plug-in. Please help me explain how I should proceed to the next step.

Code
clipboard.png


clipboard.png

Mar.11,2021

one option is that you define a variable in the outermost layer, let data = {};

.
// 
data.date = value;

then pass this data to the backend.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35e69-3437e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35e69-3437e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?