What's the Time in English?

Explanation

There are two common ways of telling the time.

Formal but easier way

Say the hours first and then the minutes.

  • Example:7:45 - seven forty-five

For minutes 01 through 09, you can pronounce the '0' as oh.

  • Example:11:06 - eleven (oh) six

More popular way

  • Say the minutes first and then the hours. Use past and the preceding (vt.在..之前发生,先于,领先)hour for minutes 01 through 30. Use to and the forthcoming(adj.即将到来的,现成的,乐于助人的,n.来临,临近) hour for minutes 31 through 59, but .

    • Example: 7.15 - fifteen minutes past seven
    • Example: 7.45 - fifteen minutes to eight
  • Another possibility of saying '15 minutes past' is: a quarter(n.四分之一,一刻钟) past
  • Another possibility of saying '15 minutes to' is: a quarter to
  • Another possibility of saying '30 minutes past' is: half past
    • Example: 5:30 - half past five

Watch

Note

Use o'clock only at the full hour.

  • Example: 7:00 - seven o'clock
  • (but 7:10 - ten past seven)

In English ordinary speech, the twelve-hour clock is used.

  • Beispiel: 17:20 - twenty past five

For times around midnight or midday you can use the expressions midnight or midday / noon instead of the number 12.

  • Beispiel: 00:00 - midnight(n.午夜,子夜)
  • Beispiel: 12:00 - midday(n.中午,正午) or noon(n.晌午;正午)

To make clear (where necessary) whether you mean a time before 12 o'clock noon or after, you can use in the morning, in the afternoon, in the evening, at night.

  • Use in the morning before 12 o'clock noon,
  • after 12 o'clock noon use in the afternoon.

When to change from afternoon to evening, from evening to night and from night to morning depends on your sense of time.

  • Example: 3:15 - a quarter past three in the morning
  • OR a quarter past three at night

NOTE:

More formal expressions to indicate whether a time is before noon or after are a.m.(also: am - ante meridiem, before noon) and p.m. (also: pm - post meridiem, after noon). Use these expression only with the formal way of telling the time.

  • Example: 3:15 - three fifteen a.m.

It is not usual to use a.m. and p.m. with past/to.

  • Example: 3:15 - fifteen minutes past three
  • OR a quarter past three

American English

Beside past Americans often use after.

  • Example: 06:10 - ten past/after six

But: in time expressions with half past it is not usual to replace past by after.

Beside to Americans often use before, of or till.

  • Example: 05:50 - ten to/before/of/till six

Dates in Written English

British English

In British English the day is usually put before the month. If you wish, you can add the ending of the ordinal number. The preposition of before the month is usually dropped. You can put a comma before the year, but this is not common anymore in British English. 

Example: 5(th) (of) October(,) 2004

American English

In American English the month is usually put before the day. If you wish, you can put the definite article before the day. It is common to write a comma before the year.

Example: October (the) 5(th), 2004

Using digits

You can also write the date by using numbers only. The most common forms are:

Example: 5/10/04 or 5-10-04

Note, however, that 5/10/04 usually means 5 October 2004 in British English and May 10, 2004 in American English. To avoid any possible confusion, you should spell out the month or use the abbreviation.

Dates in Spoken English

If you put the day before the month, use the definite article before the day and the preposition of before the month.

5 October 2004 - the fifth of October, two thousand and four

If you put the month before the day, use the definite article before the day in British English. In American English, the definite article can be dropped.

October 5, 2004 - October (the) fifth, two thousand and four

Years

From 2000 onwards, years are pronounced like ordinary cardinal numbers.

  • 2000 - two thousand
  • 2003 - two thousand and three

Earlier years are pronounced differently: the first two figures are a number and the last two figures are a number. They can be joined by hundred and, which is only necessary, however, if the last two figures are 00 through 09.

  • 1999 - nineteen (hundred and) ninety-nine
  • 1806 - eighteen hundred and six /
  • eighteen oh six

If you want to give the year without an exact date, use the preposition in:

  • I was born in 1972.

To distinguish between dates before and after the birth of Christ, use BC und AD:

  • BC = 'Before Christ'
  • AD = 'Anno Domini' (in the year of the Lord)

Months and Days of the Week

Note that the months and days of the week are always capitalised. If you don't want to write the whole words, you can use the abbreviations. In British English, abbreviations are usually written without full stops (Apr), full stops are normal, however, in American English (Apr.).

Months are abbreviated (abbreviate v.缩写)as follows:

Month Abbreviation Month Abbreviation
January Jan July -
February Feb August Aug
March Mar September Sept
April Apr October Oct
May - November Nov
June - December Dec

Days of the week are abbreviated(abbreviate v.缩写) as follows:

Day Abbreviation
Monday Mon
Tuesday Tue
Wednesday Wed
Thursday Thu
Friday Fri
Saturday Sat
Sunday Sun

https://www.ego4u.com/en/cram-up/vocabulary/date/generator

English Time And Date的更多相关文章

  1. SpringMVC表单或Json中日期字符串与JavaBean的Date类型的转换

    SpringMVC表单或Json中日期字符串与JavaBean的Date类型的转换 场景一:表单中的日期字符串和JavaBean的Date类型的转换 在使用SpringMVC的时候,经常会遇到表单中的 ...

  2. SimpleDateFormat使用详解及与毫秒的相互转换

    1. SimpleDateFormat使用详解 public class SimpleDateFormat extends DateFormat SimpleDateFormat 是一个以国别敏感的方 ...

  3. LSH、ITQ、SKLSH图像检索实验实现(包含源码下载地址)

    原文来自我的独立blog:http://www.yuanyong.org/blog/cv/lsh-itq-sklsh-compliment 这两天寻找idea,想来思去也没想到好点的方法,于是把前段时 ...

  4. cassandra + lucene集成

    Stratio’s Cassandra Lucene Index Stratio’s Cassandra Lucene Index, derived from Stratio Cassandra, i ...

  5. ES 13 - Elasticsearch的元字段 (_index、_type、_source、_routing等)

    目录 1 标识元字段 1.1 _index - 文档所属的索引 1.2 _uid - 包含_type和_id的复合字段 1.3 _type - 文档的类型 1.4 _id - 文档的id 2 文档来源 ...

  6. Django 系列博客(八)

    Django 系列博客(八) 前言 本篇博客介绍 Django 中的模板层,模板都是Django 使用相关函数渲染后传输给前端在显式的,为了想要渲染出我们想要的数据,需要学习模板语法,相关过滤器.标签 ...

  7. Java中日期格式化SimpleDateFormat类包含时区的处理方法

    1.前言 需要把格式为“2017-02-23T08:04:02+01:00”转化成”23-02-2017-T15:04:02“格式(中国时区为+08:00所以是15点),通过网上查找答案,发现没有我需 ...

  8. MongoDB中常用的find

    接着前一篇文章,下面主要介绍一下MongoDB中常用的find操作. 先打开MongoDB shell,通过下面一组命令插入一些数据. post1 = {} post2 = {} post3 = {} ...

  9. MongoDB文档的增删改操作

    上一篇文章中介绍了MongoDB的一些基本知识,同时看到了怎么启动一个MongoDB服务,并且通过MongoDB自带的shell工具连接到了服务器. 这一次,就通过MongoDB shell介绍一下对 ...

随机推荐

  1. 说说Python编码规范

    前言 已有近两个月没有发表过文章了,前段时间外甥和女儿过来这边渡暑假,平常晚上和周末时间都陪着她们了,趁这个周末有空,再抽空再把这块拾起来.         这么久没写了,再次拿起键盘,想想,发表些什 ...

  2. vue: 代码小记

    1.事件派发:子控件->父控件 <!DOCTYPE html> <html> <head> <meta charset="UTF-8" ...

  3. Winscp使用sudo user登录

    为了安全期间, 一般设置了禁止root用户ssh登录.使用普通用户登录后再sudo获取操作权限. 可为了文件传文件使用winscp,如何使用sudo登录以获取权限传文件呢 先在服务端设置sudo帐号权 ...

  4. FILESTREAM feature can't be enabled if you use cluster shared volumes

    Create a SQL Cluster instance. Create Cluster Shared Volume Please note. No Share storage is added i ...

  5. bootstrap动态添加Tab标签页

    好久没有写博客了(主要是懒),工作中用到一个动态添加Tab的功能,众所周知,bootstrap没有动态添加Tab的功能,网上又没找到什么好用的,那咱就自己写呗?(因为懒,所以只写了添加的方法.(๑&g ...

  6. springMVC 返回时间格式转换

    <mvc:annotation-driven> <mvc:message-converters> <bean class="org.springframewor ...

  7. Activity的Launch mode详解,A B C D的singleTask模式

    本文参考了此文http://hi.baidu.com/amauri3389/blog/item/a54475c2a4b2f040b219a86a.html 另附 android task与back s ...

  8. 如何让linux的history命令显示时间记录

    在.bashrc文件追加如下内容即可: HISTFILESIZE= HISTSIZE= HISTTIMEFORMAT='%F %T ' export HISTTIMEFORMAT

  9. hibernate中的addEntity setResultTransformer的比较

    如果使用原生sql语句进行query查询时,hibernate是不会自动把结果包装成实体的.所以要手动调用addEntity(Class class)等一系列方法. 如session.createSQ ...

  10. oracle 聚合函数 LISTAGG ,将多行结果合并成一行

    LISTAGG( to_char(Item_Category_Name), ',') WITHIN GROUP(ORDER BY Item_Category_Name)  -- 将 Item_Cate ...