Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzlwbo1/simple-date
my simple date
https://github.com/rzlwbo1/simple-date
Last synced: 1 day ago
JSON representation
my simple date
- Host: GitHub
- URL: https://github.com/rzlwbo1/simple-date
- Owner: rzlwbo1
- Created: 2021-06-28T06:39:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T07:11:45.000Z (over 3 years ago)
- Last Synced: 2023-11-03T03:30:08.362Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-date
Disini saya membuat simple date yang menampilkan tangal hari dan jam ke dalam DOM HTML
## Penggunaan / Usage
1. Get element terlebih dahulu
2. Passing ke element tersebut### Contoh
Get element.
.
`const dateElem = document.getElementById('tgl-hr');`Passing ke element.
.
`dateElem.innerHTML = dateNow;`