@toorieaa/timezoneformatinformation

2.0.3 • Public • Published

1. Install

npm i @toorieaa/timezoneformatinformation

2. Import

import TimezoneFormatInformation from "@toorieaa/timezoneformatinformation";

3. How is it implemented?

import SingletonClassError from "@toorieaa/singletonclasserror";

/**
 *
 *
 * @export
 * @class TimeZoneFormatInformation
 */
export default class TimeZoneFormatInformation {
  /**
   *
   *
   * @static
   * @memberof TimeZoneFormatInformation
   */
  static FORMAT = "YYYY-MM-DD HH:mm:ss";
  constructor() {
    throw new SingletonClassError();
  }
}

3.1. License

[MIT]

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.32latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.32
2.0.10
2.0.00
1.1.10
1.1.00
1.0.90
1.0.70
1.0.50
1.0.40
1.0.30
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i @toorieaa/timezoneformatinformation

Weekly Downloads

3

Version

2.0.3

License

ISC

Unpacked Size

4.34 kB

Total Files

4

Last publish

Collaborators

  • toorieaa