All Projects → Jimexist → bs-moment

Jimexist / bs-moment

Licence: MIT license
BuckleScript bindings for Moment.js

Programming Languages

reason
219 projects

Projects that are alternatives of or similar to bs-moment

Vue Typescript Music
🔥 基于 vue 全家桶 音乐项目(Music project) vue+typescript 实现 高仿 网易云音乐 移动端WebApp
Stars: ✭ 94 (+67.86%)
Mutual labels:  moment
Moment Hijri
A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js
Stars: ✭ 144 (+157.14%)
Mutual labels:  moment
bs-rsuite-ui-react
Reason bindings for React Suite UI library
Stars: ✭ 26 (-53.57%)
Mutual labels:  bucklescript-bindings
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (+94.64%)
Mutual labels:  moment
Moment Precise Range
A moment.js plugin to display human-readable date/time ranges
Stars: ✭ 134 (+139.29%)
Mutual labels:  moment
React Datepicker
📅 React DatePicker Library (Flexible, Reusable)
Stars: ✭ 165 (+194.64%)
Mutual labels:  moment
Angular Bootstrap Datetimepicker
Native Angular date/time picker component styled by Twitter Bootstrap
Stars: ✭ 1,289 (+2201.79%)
Mutual labels:  moment
movie-site
基于Nodejs+Express+MongoDB+jQuery+Bootstrap搭建的电影网站!
Stars: ✭ 48 (-14.29%)
Mutual labels:  moment
React Input Calendar
Stars: ✭ 138 (+146.43%)
Mutual labels:  moment
Angular Moment
Moment.JS directives for Angular.JS (timeago and more)
Stars: ✭ 2,637 (+4608.93%)
Mutual labels:  moment
Jalali Angular Datepicker
Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications
Stars: ✭ 125 (+123.21%)
Mutual labels:  moment
A Joke
🤡 A-Joke { 一个笑话,目的就是能够在工作之余博君一笑,尽得人生笑开颜 }
Stars: ✭ 135 (+141.07%)
Mutual labels:  moment
Vuetify Daterange Picker
The missing date range picker for Vuetify JS you have been looking for.
Stars: ✭ 192 (+242.86%)
Mutual labels:  moment
Moment Timer
Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.
Stars: ✭ 98 (+75%)
Mutual labels:  moment
moment-js
A Polymer element to parse, validate, manipulate, and display dates using Moment.js.
Stars: ✭ 15 (-73.21%)
Mutual labels:  moment
Moment Business
Utilities for work days in Moment. (Western workweeks only.)
Stars: ✭ 91 (+62.5%)
Mutual labels:  moment
Moment Module
Efficient Moment.js integration for Nuxt
Stars: ✭ 164 (+192.86%)
Mutual labels:  moment
pholiday
a persian calendar holidays library for javascript
Stars: ✭ 38 (-32.14%)
Mutual labels:  moment
Gisola
Gisola: A High Performance Computing application for real-time Moment Tensor inversion
Stars: ✭ 35 (-37.5%)
Mutual labels:  moment
Antd Dayjs Webpack Plugin
⏰ Day.js webpack plugin for antd
Stars: ✭ 215 (+283.93%)
Mutual labels:  moment

bs-moment

CI npm

BuckleScript bindings for Moment.js.

Status

This package is still 🚧 WIP 🚧, but new bindings are added as needed instead of actively. Feel free to create an issue or PR if you find anything missing.

Mutations

This binding takes an opinionated approach to mutations, e.g. moment().add, moment().startOf, and bind them with names like mutableAdd and mutableStartOf. To compensate that, there's an immutable version named add and startOf which takes a moment().clone first before applying the mutations.

Deprecations

Deprecated methods (e.g. moment().days in favor of moment().day) are not included in this binding.

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].