Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mtahan
/
ejemplo-CRUD-Python
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ejemplo-CRUD-Python
/
static
/
js
/
ini.js
mtahan
Upload 59 files
e09caf0
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
$(
document
).
ready
(
function
(
){
$(
".datepicker"
).
datepicker
({
dateFormat
:
'yy-mm-dd'
});
})