Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirmahdyjebreily/timestamppicker

C# Blazor Unix time converter
https://github.com/amirmahdyjebreily/timestamppicker

blazor calendar csharp dotnet spa timestamp unix-timestamp

Last synced: 8 days ago
JSON representation

C# Blazor Unix time converter

Awesome Lists containing this project

README

        

# TimestampPicker
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This project converts Unix time to real time and real time to Unix time.

Written with Tailwind CSS and Blazor with C# language

![screenshot](/src/images/Screenshot.png "blazor-unixtimestamp-screenshot")

In this project, a repository [String Format for other Calenders](https://github.com/AmirMahdyJebreily/String-Format-for-other-Calenders) has been used.

## Core Web Components

Using the [```JCStstodt```](/Timestamp.Site/Components/JCStstodt.razor) Razor Component to convert unix timestamp to real date&time and use [String Format for other Calenders](https://github.com/AmirMahdyJebreily/String-Format-for-other-Calenders) for display on screen.

The [```JCSdttots```](/Timestamp.Site/Components/JCSdttots.razor) Razor Component to convert real date to unix timestamp and display ```long``` format of unix timestamp on screen