0 purchases
tanggal
Tanggal #
Require #
dart v2.14.3
flutter v2.5.2
Installation #
dart pub add tanggal
copied to clipboard
or add this in pub spec.yaml
dependencies:
tdl:
git: https://github.com/azkadev/tanggal-dart
ref: main
copied to clipboard
Quick Start #
import 'package:tanggal/tanggal.dart';
void main() {
print(tanggal(1633698563 * 1000)); // or this print(tanggal(1633698563000));
/*
Result LOG
{
tahun: 2021,
bulan: Oktober,
no_bulan: 10,
tanggal: 8,
hari: Jum'at,
suasana: Malam,
jam: 20,
menit: 9,
detik: 23,
timestamp: 1633698563000
}
*/
}
copied to clipboard
Get Date Now #
print(tanggal(DateTime.now().millisecondsSinceEpoch));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.