-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Vietnamese locale for date and time format
--   
--   Vietnamese locale for date and time format
@package time-locale-vietnamese
@version 1.0.0.0


-- | Locale representing Vietnamese usage. For use with
--   <a>Data.Time.Format</a>.
--   
--   Besides a locale similar to other implementation, this module also
--   provides an alternate locale perfered by native speakers.
--   
--   Some common date time expressions are also included.
module Data.Time.Locale.Vietnamese

-- | Locale representing Vietnames usage.
--   
--   Similar to how it is commonly implemented in other libraries and
--   languages.
--   
--   References:
--   
--   <ul>
--   <li><a>http://www.localeplanet.com/java/vi-VN/index.html</a></li>
--   
--   <li><a>https://github.com/moment/moment/blob/develop/locale/vi.js</a></li>
--   </ul>
vietnameseTimeLocale :: TimeLocale

-- | Locale representing Vietnames usage.
--   
--   Native speaker perference.
--   
--   References:
--   
--   <ul>
--   
--   <li><a>https://github.com/moment/moment/blob/develop/locale/vi.js</a></li>
--   </ul>
vietnameseNativeTimeLocale :: TimeLocale

-- | Date format used in formal documents, example: 'Ngày 20 tháng 11 năm
--   2017'.
documentDateFormat :: String

-- | Full date format, example: 'Thứ sáu, ngày 20 tháng 11 năm 2017'.
longDateFormat :: String

-- | Short date format, example: '20/11/2017'.
shortDateFormat :: String

-- | Alternative short date format, example: '20-11-2017'.
shortDateFormatAlt :: String

-- | Common time format, example: '2 giờ 30 phút chiều'.
fullHourFormat :: String

-- | Common time format, example: '2 giờ chiều'.
hourFormat :: String
