All Projects → vpavkin → scala-js-momentjs

vpavkin / scala-js-momentjs

Licence: other
Scala.js façade for Moment.js

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to scala-js-momentjs

moment-cache
⏱ Simple utility to cache moment.js results and speed up moment calls.
Stars: ✭ 29 (-35.56%)
Mutual labels:  time, moment
relative.time.parser
Moment.js Plugin for parsing Relative Time Strings
Stars: ✭ 13 (-71.11%)
Mutual labels:  time, moment
chronos
One library to rule the time
Stars: ✭ 17 (-62.22%)
Mutual labels:  time, moment
dayjs
Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
Stars: ✭ 36 (-20%)
Mutual labels:  time, moment
Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (+1091.11%)
Mutual labels:  time, moment
Dayjs
⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
Stars: ✭ 37,373 (+82951.11%)
Mutual labels:  time, moment
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+1900%)
Mutual labels:  time, moment
Moment Range
Fancy date ranges for Moment.js
Stars: ✭ 1,639 (+3542.22%)
Mutual labels:  time, moment
moment-js
A Polymer element to parse, validate, manipulate, and display dates using Moment.js.
Stars: ✭ 15 (-66.67%)
Mutual labels:  moment
pholiday
a persian calendar holidays library for javascript
Stars: ✭ 38 (-15.56%)
Mutual labels:  moment
Time-Series-Analysis-and-Forecasting-with-Python
No description or website provided.
Stars: ✭ 24 (-46.67%)
Mutual labels:  time
Gisola
Gisola: A High Performance Computing application for real-time Moment Tensor inversion
Stars: ✭ 35 (-22.22%)
Mutual labels:  moment
Timeline
AS2 & AS3 CPPS Emulator, written in Python. (Club Penguin Private Server Emulator)
Stars: ✭ 49 (+8.89%)
Mutual labels:  time
info-bot
🤖 A Versatile Telegram Bot
Stars: ✭ 37 (-17.78%)
Mutual labels:  time
pssa
Singular Spectrum Analysis for time series forecasting in Python
Stars: ✭ 119 (+164.44%)
Mutual labels:  time
open hours
Time calculations using business hours
Stars: ✭ 41 (-8.89%)
Mutual labels:  time
minitime
Minitime - a Java Time wrapper for Scala and Scala.js
Stars: ✭ 16 (-64.44%)
Mutual labels:  time
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (-31.11%)
Mutual labels:  time
Time-and-Attendance-Management-System
TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees…
Stars: ✭ 46 (+2.22%)
Mutual labels:  time
movie-site
基于Nodejs+Express+MongoDB+jQuery+Bootstrap搭建的电影网站!
Stars: ✭ 48 (+6.67%)
Mutual labels:  moment

Moment.js façade for Scala.js

Maven Central Scala.js

Installation

Add the following dependency to your build.sbt:

libraryDependencies +=
  "ru.pavkin" %%% "scala-js-momentjs" % "0.10.7"

Since 0.9.0 scala-js-momentjs can be used with scalajs-bundler.

Example

import moment._

Moment.locale("en_GB")

Moment().calendar()
Moment(millis).calendar()
Moment(millis).fromNow()

Versions 0.2.0 and earlier

If for some reason you want to use version prior to 0.3.1, then use following examples to import and use the facade:

libraryDependencies +=
  "io.github.widok" %%% "scala-js-momentjs" % "0.2.0"
import org.widok.moment._

Moment()

Versions of Moment.js

Facade Moment.js Moment-timezone Scala versions Scala.js version
0.10.7 2.22.2 0.5.34 2.13 1.10.1
0.10.5 2.22.2 0.5.31 2.12.11, 2.13.2 1.2.0
0.10.4 2.22.2 0.5.28 2.12.11, 2.13.2 0.6.32, 1.0.1
0.10.3 2.22.2 0.5.25 2.12.10, 2.13.0 0.6.32, 1.0.0
0.10.2 (broken) 2.22.2 0.5.25 2.12.10, 2.13.0 0.6.32, 1.0.0
0.10.1 2.22.2 0.5.25 2.12.10, 2.13.0 0.6.31, 1.0.0-RC1
0.10.0 2.22.2 0.5.25 2.11.12, 2.12.8, 2.13.0 0.6.x
0.9.1 2.19.2 0.5.14 2.11.11, 2.12.4 0.6.x
0.9.0 2.18.1 0.5.13 2.11.11, 2.12.2 0.6.x
0.8.* 2.18.1 0.5.11 2.11.11, 2.12.2 0.6.x
0.7.0 2.18.1 0.5.11 2.11.8, 2.12.1 0.6.x
0.6.0 2.18.0 0.5.11 2.11.8, 2.12.1 0.6.x
0.5.1 2.17.1 0.5.11 2.11.8, 2.12.1 0.6.x
0.5.0 2.17.1 0.5.11 2.11.8, 2.12.1 0.6.x
0.4.1 2.16.0 0.5.9 2.11.8, 2.12.0 0.6.x
0.4.0 2.16.0 0.5.9 2.11.8 0.6.x
0.3.3 2.15.2 0.5.5 2.11.8 0.6.x
0.3.2 2.15.1 0.5.5 2.11.8 0.6.x
0.3.1 2.15.1 0.5.5 2.11.8 0.6.x

License

This façade is licensed under the terms of the Apache v2.0 license.

Authors

  • Tim Nieradzik
  • Erik LaBianca
  • Vladimir Pavkin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].