Time from day, month, year

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Time from day, month, year

Hugo <Nabble>
I need a method like this:
local time = Time.on(30, 10, 2014)
Reply | Threaded
Open this post in threaded view
|

Re: Time from day, month, year

Hugo <Nabble>
Maybe a better name for that method is Time.date(dd,mm,yyyy) or Time.when(dd,mm,yyyy). You decide.
Reply | Threaded
Open this post in threaded view
|

Re: Time from day, month, year

fschmidt
Administrator
In reply to this post by Hugo <Nabble>
done in rev 257

https://code.google.com/p/luan-java/source/diff?spec=svn257&r=257&format=side&path=/trunk/core/src/luan/modules/Time.luan
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: Time from day, month, year

Hugo <Nabble>
It looks good, thanks.

Closing thread.