Skip to content

socialmetrix/dateutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Utils Converter

Useful to calculate the week of year or the date to week:

1- Download dateutils.jar here

2- Save to a know location, ie: mkdir $HOME/.utils/

3- Add this lines to your ~/.bashrc

alias w2d='java -cp $HOME/.utils/dateutils.jar Week2Date'
alias d2w='java -cp $HOME/.utils/dateutils.jar Date2Week'

4- Reload the bashrc and you're good to go!

$ source ~/.bashrc

$ w2d 2014w30
2014w30       2014-07-21T00:00:00.000Z       2014-07-27T23:59:59.000Z

$ d2w 2014-07-21
2014-07-21       2014w30

About

A small utility to convert week of year into to date and vice versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages