duycode
v1.0.25
Published
Library for use action with form, object, datetime
Downloads
29
Readme
What is this?
Get perfect library, use get data form, set data form and create input date by type number
Installation
npm install duycode --save
How to use
import {myDateTime, myForm, myObject, myString} from './node_modules/duycode/index.js';
myForm.createInputDateTypeNumber(input);
myForm.createInputDateTypeNumber(
document.getElementById("input-date");
);
let string = myDateTime.format(1623105348353,"dd/MM/YYYY :: HH:mm:ss");
let data = myForm.getData(document.getElementById("form-data"))Option
duycode supports use form data, date time. Use variable
- elm - Select by ID or Class
