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

outdated

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() {
  String mmdate = new MMDate();
}

get MM-date

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

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.

JDN-day-to-MM-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

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on mmdate