日付
1. 文書などに、その作成・提出などの年月日を記すこと。また、その年月日。
2. 暦に記された、年月日を表す数字。
date ; dating​
タイムスタンプ
#読書感想スタンプ
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/日付/date.svg
code:date.svg
<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<g>
<rect x="5" y="5" width="190" height="90" rx="10" ry="10"
fill-opacity="0" stroke="#ff4400" stroke-width="5" />
<text x="15" y="80" font-size="80" fill="#ff4400"
font-weight="400" letter-spacing="10" word-spacing="10" >
日付
</text>
</g>
</svg>