0.0
No commit activity in last 3 years
No release in over 3 years
format-date format-money chinese-money.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
 Project Readme

formatjs-rails

货币、时间格式化 例子:

      new Date().format('yyyy年MM月dd日 hh时mm分ss秒') => '2016年04月27日 14时32分09秒'
      200000.00.formatMoney(2,"$",",",".") => '$200,000.00'
      digitUpperCase("5000002030.01") => '伍拾亿零贰仟零叁拾元壹分'

增加juqery导出excel tableExport.js jquery.base64.js

Usage

Add the following to your gemfile:

gem 'formatjs-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require formatjs

License

The gem is available as open source under the terms of the MIT License.