Steps to reproduce:
Table SQL:
CREATE TABLE `datepicker_bug` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`time_stamp` timestamp NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1
timestamp column, date-picker will appear.
Pull Request: https://github.com/phpmyadmin/phpmyadmin/pull/1461
Pull request merged, thanks.