Numeric Month in shell ?
2007-12-24 22:06:00
> Hello,
>
> slighty off topic, sorry for that.
> Within in a shell (/bin/sh) I need the numeric month.
> All I found so far is 'date +%b'. But this results in "March" for
> example. I would need "3" or "03" instead.
>
> Any glue ?
date +%m
Comments
Got something to say?
You must be logged in to post a comment.

