50,808
edits
Line 46: | Line 46: | ||
*Chắc hơn 7 giờ thôi. (It’s probably past 7) | *Chắc hơn 7 giờ thôi. (It’s probably past 7) | ||
Exactly: | Exactly: | ||
We use the basic formula: <code>number + “giờ” + number + “phút”</code> | We use the basic formula: <code>number + “giờ” + number + “phút”</code> | ||
Giờ kém (the minute > 30): | Giờ kém (the minute > 30): | ||
Comparatively: | Comparatively: | ||
Formula: <code>Number + “giờ” + “kém”</code> | Formula: <code>Number + “giờ” + “kém”</code> | ||
The same as “giờ hơn”, this way is used when it doesn’t have to tell the exact time. | The same as “giờ hơn”, this way is used when it doesn’t have to tell the exact time. | ||
Example: 9 giờ kém rồi bạn. (It’s st almost 6) | Example: 9 giờ kém rồi bạn. (It’s st almost 6) | ||
Exactly: | Exactly: | ||
Formula: <code>(number+1) + “giờ” + “kém” + (60-number) + “phút”</code> | Formula: <code>(number+1) + “giờ” + “kém” + (60-number) + “phút”</code> | ||
VD: 18:45 => 19 giờ kém 15 phút | VD: 18:45 => 19 giờ kém 15 phút | ||
7:56 => giờ kém 4 phút | 7:56 => giờ kém 4 phút |