{{ `${notesForDisplay.length} 件 / ${datePassed} 日 `}}
|
{{ new Date(note.note_date).toLocaleDateString('ja-JP', { year: 'numeric', month: '2-digit', day: '2-digit', weekday: 'short' }) }} |
{{ note.content }} |
{{ new Date(v.notes[v.targetIndex].note_date).toLocaleDateString('ja-JP', { weekday: 'long' }) }}
{{ `${notesForDisplay.length} 件 / ${datePassed} 日 `}}
|
{{ new Date(note.note_date).toLocaleDateString('ja-JP', { year: 'numeric', month: '2-digit', day: '2-digit', weekday: 'short' }) }} |
{{ note.content }} |