mmdate 1.0.22 copy "mmdate: ^1.0.22" to clipboard
mmdate: ^1.0.22 copied to clipboard

Algorithm, Program and Calculation of Myanmar Date

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:mmdate/mmdate.dart';

main() {
  MMDate mmdate = new MMDate();
}

get MM-date

Sting mmdate = mmdate.date;
//  နမှုနာ "  ၁၃၈၁ : ပြာသို : လဆုတ် ၄ ရက် : တနင်္လာ "

get year

String mmyear = mmdate.year;
// နမှုနာ "၁၃၈၁"

get month

get day

get date

Features and bugs #

Please file feature requests and bugs at the issue tracker.

Algorithm, Program and Calculation of Myanmar Date #

Credit.. #

yan9a :https://yan9a.github.io/mcal

Website 1 :http://cool-emerald.blogspot.com/2013/06/algorithm-program-and-calculation-of.html

0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Algorithm, Program and Calculation of Myanmar Date

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on mmdate