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; } }

Questions about programming?Chat with your personal AI assistant