<?xml version="1.0" encoding="UTF-8" ?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:webfeeds="http://webfeeds.org/rss/1.0"
    xmlns:media="http://search.yahoo.com/mrss/"
    >
    <channel>
        <title>Momentjs Tag - Viblo</title>
        <link>https://viblo.asia/rss</link>
        <description><![CDATA[Free service for technical knowledge sharing]]></description>
        <atom:link href="https://viblo.asia/rss/tags/momentjs.rss" rel="self"></atom:link>
                <copyright>Sun* Inc.</copyright>
                                                <webfeeds:logo>https://viblo.asia/logo_full.svg</webfeeds:logo>
        <image>
            <url>https://viblo.asia/logo_full.svg</url>
            <title>Momentjs Tag - Viblo</title>
            <link>https://viblo.asia/rss</link>
        </image>
                                <language>vi-vn</language>
        <lastBuildDate>2026-04-16T07:33:37+07:00</lastBuildDate>
                <item>
            <title><![CDATA[Hướng dẫn sử dụng Moment.js CDN cho lập trình viên]]></title>
                        <link>https://viblo.asia/p/huong-dan-su-dung-momentjs-cdn-cho-lap-trinh-vien-bA4688ngLKv</link>
            <guid isPermaLink="true">https://viblo.asia/p/huong-dan-su-dung-momentjs-cdn-cho-lap-trinh-vien-bA4688ngLKv</guid>
            <description><![CDATA[Moment.js từng là thư viện xử lý thời gian phổ biến trong giới lập trình web nhờ khả năng format, parse và thao tác thời gian linh hoạt. Dù hiện nay c...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gung Typical</dc:creator>
            <pubDate>2025-11-20 11:35:48</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Countdown với Reactjs Typescript sử dụng momentjs]]></title>
                        <link>https://viblo.asia/p/countdown-voi-reactjs-typescript-su-dung-momentjs-0gdJzYov4z5</link>
            <guid isPermaLink="true">https://viblo.asia/p/countdown-voi-reactjs-typescript-su-dung-momentjs-0gdJzYov4z5</guid>
            <description><![CDATA[1. Định nghĩa:
2. Tạo hook xử lý logic:

3. Cách dùng:
Tại component gọi trong lifecycirle :
ví dụ time then là 30 giây nữa

output time:

Thích thì m...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">huyi</dc:creator>
            <pubDate>2024-03-03 16:08:34</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Calendar với Reactjs Typescript sử dụng Moment]]></title>
                        <link>https://viblo.asia/p/calendar-voi-reactjs-typescript-su-dung-moment-5OXLAAwkLGr</link>
            <guid isPermaLink="true">https://viblo.asia/p/calendar-voi-reactjs-typescript-su-dung-moment-5OXLAAwkLGr</guid>
            <description><![CDATA[Hướng dẫn viết logic: trả ra kết quả như hình:
- Danh sách ngày tháng trước , trong tháng và tháng tới : item trả ra kèm theo loại ngày, ngày hiện tại...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">huyi</dc:creator>
            <pubDate>2024-03-03 14:37:52</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Tại sao không nên dùng Moment.js...]]></title>
                        <link>https://viblo.asia/p/tai-sao-khong-nen-dung-momentjs-1Je5EeBj5nL</link>
            <guid isPermaLink="true">https://viblo.asia/p/tai-sao-khong-nen-dung-momentjs-1Je5EeBj5nL</guid>
            <description><![CDATA[... hoặc ít nhất, bạn nên nhớ những điều này khi sử dụng nó

Đối tượng Date trong JavaScript không lý tưởng, API khá là nghèo nàn. Vì vậy, chúng ta th...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trang Nguyen</dc:creator>
            <pubDate>2019-03-21 20:05:53</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[XỬ LÝ DATETIME TRONG JAVASCRIPT CÙNG MOMENT]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/xu-ly-datetime-trong-javascript-cung-moment-aWj538QbK6m</link>
            <guid isPermaLink="true">https://viblo.asia/p/xu-ly-datetime-trong-javascript-cung-moment-aWj538QbK6m</guid>
            <description><![CDATA[![](https://images.viblo.asia/f7bd7576-7e58-4309-b578-d5bc92007322.png)



Moment là 1 thư viện xử lý datetime cực kỳ mạnh mẽ do cộng đồng viết ra. Hầ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dung Ha</dc:creator>
            <pubDate>2018-04-16 07:44:39</pubDate>
                                                                                                        </item>
                <item>
            <title><![CDATA[Thao tác với Dates và Times sử dụng Moment.js]]></title>
                        <category>Development</category>
                        <link>https://viblo.asia/p/thao-tac-voi-dates-va-times-su-dung-momentjs-OeVKBY6y5kW</link>
            <guid isPermaLink="true">https://viblo.asia/p/thao-tac-voi-dates-va-times-su-dung-momentjs-OeVKBY6y5kW</guid>
            <description><![CDATA[Giới thiệu
Khi làm việc với dates và times trong javascript cũng không phải lúc nào cũng dễ dàng. Hôm này mình xin giới thiệu một thư viện javascript ...]]></description>
                        <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yongsokheng</dc:creator>
            <pubDate>2017-10-10 08:02:30</pubDate>
                                                                                                        </item>
            </channel>
</rss>
