58UXD
58UXD
Dec 9, 2022 · Fundamentals

Mastering Timestamp Design: When to Use Absolute vs Relative Time in UX

This article explains the principles behind timestamp design, compares absolute and relative time formats, discusses granularity levels, and offers practical guidelines for applying timestamps effectively across various product scenarios to improve user perception and business outcomes.

UXabsolute timebehavior tracking
0 likes · 8 min read
Mastering Timestamp Design: When to Use Absolute vs Relative Time in UX
Full-Stack Trendsetter
Full-Stack Trendsetter
Jan 27, 2022 · Frontend Development

Essential Moment.js Methods: A Complete Guide

This article provides a comprehensive reference for Moment.js, covering how to add or subtract time, set moments to the start or end of units, format dates with tokens, handle localization, compute relative times, and convert moments to native values, all illustrated with concrete code examples.

JavaScriptdate manipulationformatting
0 likes · 15 min read
Essential Moment.js Methods: A Complete Guide