strftime (시간 포맷 함수)
technicalEmbed This Widget
Add the script tag and a data attribute to embed this widget.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<div data-timefyi="glossary" data-slug="strftime"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/strftime/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://timefyi.com/glossary/strftime/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/strftime/)
Use the native HTML custom element.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<timefyi-glossary slug="strftime"></timefyi-glossary>
정의
포맷 코드를 사용하여 날짜/시간 값을 문자열로 변환하는 C 표준 라이브러리 함수입니다 (예: %Y는 연도, %m은 월). Python, PHP, Ruby 등 다양한 언어에서 사용합니다.