mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ConvertTime: AlwaysTime, DayEnd
git-svn-id: svn://ultimatepp.org/upp/trunk@6610 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
87a223a54d
commit
697d44360d
4 changed files with 38 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Value Scan(dword stdtype, const String& text, const Value& def = Null);
|
||||
Value Scan(dword stdtype, const String& text, const Value& def = Null, bool *hastime = NULL);
|
||||
|
||||
inline const String& Nvl(const String& a, const String& b) { return IsNull(a) ? b : a; }
|
||||
inline int Nvl(int a, int b) { return IsNull(a) ? b : a; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue