https://github.com/selrahcsan/validadata
Exemplo de Validação de Data em C# .NET 6.0
https://github.com/selrahcsan/validadata
csharp
Last synced: about 1 month ago
JSON representation
Exemplo de Validação de Data em C# .NET 6.0
- Host: GitHub
- URL: https://github.com/selrahcsan/validadata
- Owner: selrahcsan
- Created: 2022-11-30T15:20:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:04:26.000Z (over 3 years ago)
- Last Synced: 2025-01-09T05:45:46.501Z (over 1 year ago)
- Topics: csharp
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exemplo: Validar Data em C #
Exemplo de Validação da Datas .net 6.0 em C#
## Dependência
* SDK .NET 6.0
### Clonar respositório
```bash
git clone https://github.com/selrahcsan/ValidaData.git
```
### Compilar
```bash
dotnet build
```
### Executar
```bash
dotnet run
```