calcular_plazo
Calculate the start date of a procedural deadline by counting 3 business days from the notification date, skipping weekends and court holidays in Cordoba, Argentina.
Instructions
Given a notification date (typically from a cedula), calculates the first day a procedural deadline begins to run. Cordoba's (Argentina) procedural law grants 3 grace days after notification before any deadline starts. This tool counts 3 business days forward (skipping weekends and court holidays) and returns the date when the deadline period actually begins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fecha | Yes | Starting date in dd/MM/yyyy format (e.g. '28/04/2026') |