Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/uxsoft/Fable.MomentJs


https://github.com/uxsoft/Fable.MomentJs

Last synced: 2 months ago
JSON representation

Lists

README

        

# Fable bindings for MomentJs

See the javascript library docs [here](http://momentjs.com/).

In `package.json`
```
"moment": "^2.24.0"
```

Usage:
```fsharp
let date = moment.Invoke System.DateTime.Now
```