New module 'Date'
This commit is contained in:
parent
a4887c6502
commit
ac4b84765b
116 changed files with 30150 additions and 0 deletions
13
sites/all/modules/date/date_locale/date_locale.info
Normal file
13
sites/all/modules/date/date_locale/date_locale.info
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = Date Locale
|
||||
description = Allows the site admin to configure multiple formats for date/time display to tailor dates for a specific locale or audience.
|
||||
package = Date/Time
|
||||
dependencies[] = date_api
|
||||
dependencies[] = locale
|
||||
core = 6.x
|
||||
|
||||
; Information added by Drupal.org packaging script on 2014-03-31
|
||||
version = "6.x-2.10"
|
||||
core = "6.x"
|
||||
project = "date"
|
||||
datestamp = "1396284252"
|
||||
|
Reference in a new issue