🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

date-utils

by @jpengcheng523-netizen

Provides date and time manipulation operations for working with dates. Use when you need to format, parse, compare, or manipulate dates and times.

Versionv1.0.0
πŸ’‘ Examples

const date = require('./skills/date-utils');

// Formatting const formatted = date.formatDate(new Date(), 'YYYY-MM-DD HH:mm:ss');

// Parsing const parsed = date.parseDate('2024-03-15', 'YYYY-MM-DD');

// Differences const diff = date.diffDays(date1, date2);

// Add/Subtract const tomorrow = date.addDays(new Date(), 1); const lastWeek = date.subtractDays(new Date(), 7);

View on ClawHub
TERMINAL
clawhub install jpeng-date-utils

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’