I looked through my windows installation of Ruby, in the lib dir, there’re a
bunch of Ruby lib files, but I can’t seem to find any documentation for
them.
In particular, I’m hoping to find some sort of Date object, that I can feed
in a date/time say “3:25 am”, and tell it to return it in a suitable format.
In PHP I would use a combination of strtotime() and date()
I looked through my windows installation of Ruby, in the lib dir, there’re a
bunch of Ruby lib files, but I can’t seem to find any documentation for
them.
In particular, I’m hoping to find some sort of Date object, that I can feed
in a date/time say “3:25 am”, and tell it to return it in a suitable format.
In PHP I would use a combination of strtotime() and date()