Skip to content

Commit 6b36555

Browse files
committed
removed language from tags
1 parent 3cb58a5 commit 6b36555

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

snippets/java/date-time/date-time-formatting-american.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Date time formatting american
33
description: Formats a timestamp to a human-readable date-time string in the format "MM/dd/yyyy hh:mm:ss a"
44
author: Mcbencrafter
5-
tags: java, date, time, date-time, formatting, american
5+
tags: date, time, date-time, formatting, american
66
---
77

88
```java

snippets/java/date-time/date-time-formatting-european.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Date time formatting european
33
description: Formats a timestamp to a human-readable date-time string in the format "dd.MM.yyyy HH:mm:ss"
44
author: Mcbencrafter
5-
tags: java, date, time, date-time, formatting, european
5+
tags: date, time, date-time, formatting, european
66
---
77

88
```java

snippets/java/date-time/duration-formatting-hours-minutes-seconds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Duration formatting hours minutes seconds
33
description: Converts a given time duration to a human-readable string in the format "hh:mm(:ss)"
44
author: Mcbencrafter
5-
tags: java, time, formatting, hours, minutes, seconds
5+
tags: time, formatting, hours, minutes, seconds
66
---
77

88
```java

snippets/java/date-time/duration-formatting-minutes-seconds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Duration formatting minutes seconds
33
description: Converts a given time duration to a human-readable string in the format "mm:ss"
44
author: Mcbencrafter
5-
tags: java, time, formatting, minutes, seconds
5+
tags: time, formatting, minutes, seconds
66
---
77

88
```java

0 commit comments

Comments
 (0)