Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amirmahdyjebreily/timestamppicker
- Owner: AmirMahdyJebreily
- License: mit
- Created: 2022-05-29T06:38:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T19:54:03.000Z (over 2 years ago)
- Last Synced: 2024-11-09T22:29:33.800Z (2 months ago)
- Topics: blazor, calendar, csharp, dotnet, spa, timestamp, unix-timestamp
- Language: HTML
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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