質問するログイン新規登録

質問編集履歴

3

編集

2020/10/28 08:10

投稿

satodesu
satodesu

スコア38

title CHANGED
File without changes
body CHANGED
@@ -18,4 +18,8 @@
18
18
  return month + "月" + day + "日";
19
19
  };
20
20
 
21
+ ```
22
+
23
+ ```ここに言語を入力
24
+ <p>{createtime(unixtime)}</p>
21
25
  ```

2

編集

2020/10/28 08:10

投稿

satodesu
satodesu

スコア38

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,5 @@
1
1
  月と日付をstring型に変換して文字列の月と日をつけてreturnで返してあげたいです。
2
- return month + "月" + day "日";だと以下のエラーになってしまいます。
2
+ return month + "月" + day + "日";だと以下のエラーになってしまいます。
3
3
  わかるかたご教授お願いしたいです。
4
4
 
5
5
  ```ここに言語を入力

1

変更

2020/10/28 07:17

投稿

satodesu
satodesu

スコア38

title CHANGED
@@ -1,1 +1,1 @@
1
- dayjs 日付を取得したい
1
+ 日付を文字列に変換て月と日を加えたい
body CHANGED
File without changes