From c7a223be2f84e5c616546421835d2da2029c59eb Mon Sep 17 00:00:00 2001 From: vitalets Date: Tue, 2 Apr 2013 14:31:44 +0400 Subject: [PATCH] tiny fixes datetime --- src/inputs/datetime/datetime.js | 24 ++++++++++-------------- src/inputs/datetime/datetimefield.js | 4 ---- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/inputs/datetime/datetime.js b/src/inputs/datetime/datetime.js index 10aaf4a..3155f76 100644 --- a/src/inputs/datetime/datetime.js +++ b/src/inputs/datetime/datetime.js @@ -1,6 +1,11 @@ /** Bootstrap-datetimepicker. -Description and examples: https://github.com/smalot/bootstrap-datetimepicker. +Based on [smalot bootstrap-datetimepicker plugin](https://github.com/smalot/bootstrap-datetimepicker). +Before usage you should manually include dependent js and css: + + + + For **i18n** you should include js file from here: https://github.com/smalot/bootstrap-datetimepicker/tree/master/js/locales and set `language` option. @@ -13,8 +18,8 @@ and set `language` option.