| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hish.SysInfo
Basic information
name
working directory
return current working directory
time and date
Arguments
| :: String | format (read Data.Time.Format for more detail) |
| -> IO String |
return time or date for given format
>>>time "%H:%M"13:15
>>>time "%Y-%b-%d"2015-Oct-20