pgAdmin III commit: Date picker controls returns a full timestamp by

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Date picker controls returns a full timestamp by
Date: 2012-11-28 16:39:45
Message-ID: E1Tdkfp-0002KE-2O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Date picker controls returns a full timestamp by
default, which can cause inadvertent date changes
on jobs and role validty dates. Ignore the time part.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d66e3ff7469707cfa5c27b75af9e478f0ca0ddaa
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 3 +++
pgadmin/agent/dlgSchedule.cpp | 5 ++---
pgadmin/dlg/dlgRole.cpp | 2 +-
pgadmin/dlg/dlgUser.cpp | 2 +-
4 files changed, 7 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-11-28 16:40:08 Re: PATCH: wxDatePickerCtrl also stores time along with date
Previous Message Dave Page 2012-11-28 16:38:56 pgAdmin III commit: Date picker controls returns a full timestamp by