Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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;`