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

outdated

It is a lib that can convert English Date into Myanmar Date. When conversion dates are calculated, based on the date of JDN date ..

MMDate library for Dart developers.

It is a lib that can convert English Date into Myanmar Date. When conversion dates are calculated, based on the date of JDN date ..

Pub Version (including pre-releases)

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.now();
//  နမှုနာ "  ၁၃၈၁ : ပြာသို : လဆုတ် ၄ ရက် : တနင်္လာ "

get year

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

get month

String mmonth = mmdate.month();
// နမှုနာ တော်သလင်းလ

get day

String mmday = mmdate.day();
//နမှုနာ သောကြာ

get nextday

String mmnextday = mmdate.nextday(10);
//နမှုနာ ယနေ့၇က်မှစပြီးနောက်ထပ် ၁၀ ၇က်မြောက်နေ့ ၇က်စွဲအား တွက်ချက်ပါသည် ။

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
0
pub points
0%
popularity

Publisher

unverified uploader

It is a lib that can convert English Date into Myanmar Date. When conversion dates are calculated, based on the date of JDN date ..

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mmdate