Commit graph

29 commits

Author SHA1 Message Date
Mirek Fidler
f19d41198c Core: Fixed problem with Win32 GetTimeFormat name clash 2024-01-08 14:42:03 +01:00
Mirek Fidler
dd2f8db53e Core: GetDateFormat 2022-11-15 15:16:17 +01:00
Mirek Fidler
4b816115c7 Core: Format(Date date, const char *fmt) 2022-08-04 19:20:11 +02:00
cxl
d2967e13f1 uppsrc: In preparation to move to 64 bit hash codes, hash code type is now hash_t (replaces unsigned, dword)
git-svn-id: svn://ultimatepp.org/upp/trunk@14521 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-31 16:13:28 +00:00
cxl
453ec91af4 Core: GetMonthsP
git-svn-id: svn://ultimatepp.org/upp/trunk@10503 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-30 13:47:44 +00:00
cxl
2342af82d2 Core: Date++/-- (postfix)
git-svn-id: svn://ultimatepp.org/upp/trunk@10417 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-12 18:35:17 +00:00
cxl
b232e0255a .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8970 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-30 08:00:59 +00:00
cxl
48ed8d1d09 Core: GetWeek, GetWeekDate
git-svn-id: svn://ultimatepp.org/upp/trunk@7762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-09 15:15:44 +00:00
cxl
2a06d539c7 Core: Improved timezone support, ScanWwwTime
git-svn-id: svn://ultimatepp.org/upp/trunk@7096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-25 11:21:13 +00:00
cxl
d0b6dfa59f Core: EasterDay function
git-svn-id: svn://ultimatepp.org/upp/trunk@6502 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-30 11:44:09 +00:00
cxl
c2de191132 Core: GetMonths(Date, Date)
git-svn-id: svn://ultimatepp.org/upp/trunk@6433 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-15 10:39:55 +00:00
cxl
e51439e784 Core: JSON date support, UTC leap seconds
git-svn-id: svn://ultimatepp.org/upp/trunk@6397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-10-06 11:06:24 +00:00
cxl
06a4bbebe7 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@6378 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-25 11:08:05 +00:00
cxl
13c80b9b85 Core/XmlRpc -> Core/Rpc as it now supports JsonRpc too
git-svn-id: svn://ultimatepp.org/upp/trunk@5163 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-10 11:08:39 +00:00
cxl
6f0d44b3bb Core: GetTimeZoneText, SMTP: fixed Date field time zone info
git-svn-id: svn://ultimatepp.org/upp/trunk@5065 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-20 12:24:09 +00:00
cxl
420b10a444 Core: GetTickCount refactored on posix, SetSysTime (thanks steffen)
git-svn-id: svn://ultimatepp.org/upp/trunk@5022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-30 09:57:36 +00:00
cxl
bca73df3da .Core: ScanTime
git-svn-id: svn://ultimatepp.org/upp/trunk@4583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-13 09:22:45 +00:00
cxl
549ea62020 *UrlEncode: ',' is now encoded
git-svn-id: svn://ultimatepp.org/upp/trunk@4579 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-12 21:28:05 +00:00
cxl
71740dc8d6 Core: new Value reintegrated for conditional compilation (SVO_VALUE flag)
git-svn-id: svn://ultimatepp.org/upp/trunk@4495 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-30 14:53:29 +00:00
cxl
239a3ed22b Core: ScanDate
git-svn-id: svn://ultimatepp.org/upp/trunk@4442 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-19 09:36:55 +00:00
cxl
1ad8207a7d *Core: Date::operator--() fix
git-svn-id: svn://ultimatepp.org/upp/trunk@4397 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-11 14:52:17 +00:00
cxl
7bbf60ba43 Core: Date now has operator++/--
git-svn-id: svn://ultimatepp.org/upp/trunk@4382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-09 15:59:33 +00:00
cxl
4122391942 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@3997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-13 06:53:48 +00:00
cxl
1a17744b5f Core: DayOfYear, StrToTime; Draw: Rotate180
git-svn-id: svn://ultimatepp.org/upp/trunk@2926 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-24 12:53:03 +00:00
cxl
3ccf607d54 .Core: Time::Compare, .CtrlLib: fixed visual glitch with EditField::NullIcon
git-svn-id: svn://ultimatepp.org/upp/trunk@2518 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-05 22:26:32 +00:00
cxl
15d76fac56 Core: GetUtcTime
git-svn-id: svn://ultimatepp.org/upp/trunk@1650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-22 14:51:07 +00:00
cxl
80a2b84725 Core, CtrlLib: ConvertDate, ConvertTime now have Default method -> propagates to date/time widgets as well...
git-svn-id: svn://ultimatepp.org/upp/trunk@1641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-19 20:44:36 +00:00
cxl
f52e0397c5 Date::Compare
git-svn-id: svn://ultimatepp.org/upp/trunk@597 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-03 20:06:57 +00:00
mdelfede
263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00