Hazel Ortiz

Generation

generate functionThu, 13 Jul 2023

validar si en la fecha ingresada en el txt hay datos en la base de datos c# asp

public bool validaFecha(DateTime fecha) { if (fecha > DateTime.Today) { return true; }else{ return false; } }

Want to kickstart your project?Use the new AI Studio to create your code