@@ -53,3 +53,9 @@ bool Fecha::es_menor(Fecha &f) {
}
std::string Fecha::conv() {
char buf[20];
sprintf(buf, "%04d/%02d/%02d%02d:%02d:%02d", a, m, d, h, min, s);
return string(buf);
The note is not visible to the blocked user.